home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gdirmovie, gVolume, gsliderbar
- puppetSprite(2, 1)
- puppetSprite(5, 1)
- puppetSprite(6, 1)
- puppetSprite(7, 1)
- puppetSprite(8, 1)
- puppetSprite(9, 1)
- puppetSprite(10, 1)
- puppetSprite(4, 1)
- set the constraint of sprite 4 to 3
- if gsliderbar = 1 then
- set the castNum of sprite 5 to 18
- set the castNum of sprite 6 to 9
- set the castNum of sprite 7 to 20
- else
- set the castNum of sprite 5 to 8
- set the castNum of sprite 6 to 19
- set the castNum of sprite 7 to 10
- end if
- set lFred to (gVolume * the height of sprite 3 / 255) - the bottom of sprite 3
- set the locV of sprite 4 to abs(lFred)
- set the volume of sprite 8 to gVolume
- end
-